← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:02:27 2013

Filename(eval 1044)[/usr/share/perl/5.10/CGI.pm:869]
StatementsExecuted 14 statements in 52µs
Eval Invoked At/usr/share/perl/5.10/CGI.pm line 869
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
77249µs161µsCGI::::FETCHCGI::FETCH
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 161µs (49+112) within CGI::FETCH which was called 7 times, avg 23µs/call: # once (13µs+37µs) by main::RUNTIME at line 440 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (15µs+34µs) by main::RUNTIME at line 832 of CGI.pm # once (7µs+9µs) by main::RUNTIME at line 409 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (4µs+9µs) by main::RUNTIME at line 441 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (3µs+9µs) by main::RUNTIME at line 445 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (3µs+8µs) by main::RUNTIME at line 423 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (3µs+7µs) by main::RUNTIME at line 437 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
package CGI; sub FETCH {
276µs return $_[0] if $_[1] eq 'CGI';
3747µs7112µs return undef unless defined $_[0]->param($_[1]);
# spent 112µs making 7 calls to CGI::param, avg 16µs/call
4 return join("\0",$_[0]->param($_[1]));
5}
6
7;